Forum Activity for @michael

michael
@michael
05/12/19 09:10:00PM
7,816 posts

is there a way to only alow signups through paid subscriptions?


Using Jamroom

allow non-paid signups, but keep them in a quota with all features disabled. When they pay, move them to a quota with access to everything.

With the Foxycart module I remember there being a way to sell subscriptions to non-logged in users, maybe its that you're remembering. Not sure if that exists in the new jrSubscription module.
michael
@michael
05/12/19 09:05:07PM
7,816 posts

integrity check stalls on verifying followers


Using Jamroom

There's something wrong related to the file system around the name jrFollowers.

Delete the directory /modules/jrFollowers module via SFTP then reinstall it from the marketplace.

Run the integrity check.

I'm guessing there is some other file in the /modules/ folder that is blocking writing of jrFollowers to the server.

I attached the followers module is attached to the ticket if you want to upload it yourself instead of using the marketplace.
updated by @michael: 05/12/19 09:05:23PM
michael
@michael
05/11/19 01:39:33AM
7,816 posts

Disable Marketplace Update Emails


Using Jamroom

Go into your ACCOUNT SETTINGS page and disable "Updates Available" notification.
updates_available.jpg updates_available.jpg - 68KB
michael
@michael
05/07/19 08:39:13PM
7,816 posts

integrity check stalls on verifying followers


Using Jamroom

Send me your admin login details and I'll run the integrity check and see if I can see anything.
support at jamroom dot net.

Thanks.
michael
@michael
05/07/19 08:36:49PM
7,816 posts

landing pages? not seeming to work


Using Jamroom

Could you outline some steps for me so I can setup on my site to check this out. I'm not understanding the directions sorry.
michael
@michael
05/04/19 11:00:13PM
7,816 posts

or statement not working


Design and Skin Customization

I don't know what $profile_quota_id is in that template location, but I guess that its not '44'.

What I would do is add:
THE VALUE OF $profile_quota_id IS: {$profile_quota_id}
to the template to see what the value of it is.

The other way to see what it is is to add a {debug}.

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
michael
@michael
05/04/19 07:42:06PM
7,816 posts

or statement not working


Design and Skin Customization

this:
{if $profile_quota_id = '44' }
is setting the value of $profile_quota_id to 44.

This:
{if $profile_quota_id == '44'} 
is checking if the value of profile_quota_id is 44
michael
@michael
05/03/19 09:19:40PM
7,816 posts

integrity check stalls on verifying followers


Using Jamroom

shouldn't think it would be the skin. Try a manual reset of the caches.

ie: delete the contents of /data/cache/* (except for the index.html)
michael
@michael
05/03/19 08:51:24PM
7,816 posts

integrity check stalls on verifying followers


Using Jamroom

only place im seeing 'expire_quota' is in jrSubscribe and some similar but different ones in jrFoxycart.

Are you using either of those modules?
michael
@michael
05/03/19 07:31:03PM
7,816 posts

integrity check stalls on verifying followers


Using Jamroom

try ACP -> CORE -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> (followers module)

There was a big change to the followers module that moved it from a datastore to a regular database table. My guess would be the site with the issue is still using old code for one of the modules, probably followers.
  88